os.fileStat.IsDir (method, view implemented interface methods)

one use

	os (current package)
		types.go#L59: func (fs *fileStat) IsDir() bool  { return fs.Mode().IsDir() }